Action

public final class Action extends AsyncCallbackAction<R>

An action providing a response to the UpdatePasswordCallback.

Constructors

Link copied to clipboard
public void UpdatePasswordCallback.Action(Consumer<UpdatePassword.Response> consumer)

Functions

Link copied to clipboard
public void ignore()
Tells the browser not to update the password for this login.
Link copied to clipboard
public final boolean isClosed()
Returns true if this action is closed.
Link copied to clipboard
public void update()
Tells the browser to update the password for this login in the password store.